home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / ear / amosaic2.lha / Readme < prev    next >
Text File  |  1995-09-01  |  7KB  |  228 lines

  1. This is Mosaic-AmiTCP 2.0 prerelease 3
  2.    
  3. Changes from the previous prerelease include:
  4.  
  5.     Mosaic/Prefs is now read properly for Sendmail and Editor.
  6.  
  7.     Improved understanding of the differences between
  8.     '/' and ':' in the program
  9.  
  10.     The default documentation directory, and the default home
  11.     page, now correctly point at www.omnipresence.com.
  12.  
  13.     The mailto handler now checks the contents of the Editor and
  14.     Sendmail variables somewhat more stringently.
  15.  
  16.     If an error occurs while storing a binary during a file
  17.     transfer, AMosaic now informs the user and aborts the
  18.     transfer (this includes "disk full", if you cancel the
  19.     AmigaDOS requester).
  20.  
  21.     You may now specify the telnet and rlogin programs to use.
  22.     The following precedence applies, with the first being the
  23.     primary. For telnet:
  24.  
  25.         Mosaic/Telnet    environment variable
  26.         Telnet        environment variable
  27.         Telnet        ENV:Mosaic/Prefs entry
  28.  
  29.     For Rlogin:
  30.  
  31.         Mosaic/Rlogin    environment variable
  32.         Rlogin        environment variable
  33.         Rlogin        ENV:Mosaic/Prefs entry
  34.  
  35.     RLogin and Telnet should use the AS225 parameter convention:
  36.  
  37.         rlogin [user username] hostname
  38.  
  39.     and
  40.  
  41.         telnet hostname [port]
  42.  
  43.     Mike Smith put the code in for AmiTCP to act the same, when
  44.     rlogin or telnet are defined, and continue to use Napsaterm
  45.     when not. I've left it as is until there is a consensus on what it
  46.     should be for AmiTCP.
  47.  
  48.     NOTE: when you are specifying external programs to run, PLEASE 
  49.     REMEMBER to specify full pathnames. AMosaic does _not_, repeat 
  50.     _not_, inherit the Workbench path on startup. This applies to
  51.     Sendmail, Editor, Telnet, Rlogin, and everything in your mailcap
  52.     file.
  53.  
  54. Original by Michael B. Smith, for the AMosaic Development Team
  55. (unlike the rest of them, I'm not directly associated with
  56. Omnipresence International)
  57.     
  58. Modified for AMosaic2.0Prerelase3_Amitcp by
  59. Mike Meyer, for the AMosaic Development Team and Omnipresence International
  60.  
  61. This is the comment from AMosaic20Prerelease1_AmiTCP.lha:
  62.  
  63. > The feature set is frozen. The development work has changed hands
  64. > inside the group, so please don't assume that a bug previously
  65. > reported to the mosaic mail list (amosaic@insti.physics.sunysb.edu)
  66. > are know; they could well have been lost in the shuffle.
  67. > Mike Meyer
  68. > for the AMosaic Devlopment Team
  69. > and Omnipresence Intl.
  70.  
  71.     NOTE: AMosaic 2.0prelease1 fixed a bug with setting up REXX
  72.     menu items, and incorporated most of the AS225 fixes/enhancements
  73.     from AMosaic-AS225 beta5. It was also the first AmiTCP version to
  74.     be compiled with optimization.
  75.  
  76. This is the comment from beta5 of AMosaic 1.4 for AS225 (14.1663).
  77.  
  78. It has the following differences from the AmiTCP beta4 version:
  79.  
  80. 1) Mailto: is supported.
  81.  
  82.     Mailto: requires that a mail system is already installed. AMosaic
  83.     does not do the protocol handling internal to itself. It calls
  84.     an external editor given a filename. The editor must _NOT_ detach
  85.     itself from the provided CLI.
  86.  
  87.     If you've installed the mailto: script recently posted to the mailing
  88.     list, I've got no idea what happens.
  89.  
  90.     If the user changes text, AMosaic then calls an external mailer,
  91.     using the following format:
  92.  
  93.         program <mail
  94.  
  95.     The following configuration information is understood in Mosaic/prefs:
  96.  
  97.         Sendmail
  98.         Editor
  99.  
  100.     which should be paths to the relevant programs. I've tested sendmail
  101.     as the sendmail from AmigaUUCP 1.17b4 and SMTPpost from INetUtils 1.4.
  102.     For an editor, I've used DME and C:ED.
  103.  
  104.     You may also specify
  105.  
  106.         Mosaic/Sendmail
  107.         Mosaic/Editor
  108.         Sendmail
  109.         Editor
  110.  
  111.     as environment variables. They are checked in the above order. The
  112.     environment variables override entries in Mosaic/prefs.
  113.  
  114. 2) Move files from T:
  115.  
  116.    You may now move temporary files from T:.
  117.  
  118.    AMosaic uses two different types of temporary files (don't ask, you
  119.    really don't want to know). For most files, set
  120.  
  121.         TempDir
  122.  
  123.    in your Mosaic/Prefs file to the desired directory.
  124.  
  125.    IT *MUST*, REPEAT *MUST* end in a '/' or a ':'.
  126.  
  127.    You may optionally set
  128.  
  129.         Mosaic/TempDir
  130.  
  131.    as an environment variable. If set, it overrides Mosaic/Prefs. It
  132.    also must end in a '/' for a ':'.
  133.  
  134.    For other temporary files, set the environment variable
  135.  
  136.         HOME
  137.  
  138.    to another temporary directory. If Mosaic/Tempdir is not set, either
  139.    in the environment or in the Mosaic/Prefs file, but HOME is, then
  140.    both types of temporary files will go to the directory specified by
  141.    the HOME variable.
  142.  
  143.    IT *MUST*, REPEAT *MUST* end in a '/' or a ':'.
  144.  
  145. 3) Environment checked even if Mosaic/Prefs doesn't exist.
  146.  
  147.    Older versions of AMosaic would not check for environment configuration
  148.    if the file ENV:Mosaic/Prefs did not exist.
  149.  
  150. 4) Release telnet/rlogin/tn3270 memory
  151.  
  152.    Older versions of AMosaic did not release the memory used in telnet,
  153.    rlogin, or tn3270 sessions.
  154.  
  155. 5) More telnet/rlogin/tn3270 stack
  156.  
  157.    Older AS225 versions of AMosaic only applied 4000 bytes of stack for
  158.    these external programs. Now, 32,000 bytes are allocated.
  159.  
  160. 6) Some visual change
  161.  
  162.    Stephen Burstroem made some "minor gui change" to AmiTCP-beta4, which I
  163.    did not receive a source update for. I don't know what it is, and it
  164.    isn't in this version.
  165.  
  166. 7) Compiled with optimization
  167.  
  168.    The AS225 version is compiled with all SAS/C 6.55 optimization turned
  169.    on and at full force.
  170.  
  171. 8) Corrected a possible enforcer hit when accessing news.
  172.  
  173. 9) .ZIP is recognized properly.
  174.  
  175. 10) Several efficiency and portability source code changes
  176.  
  177. 11) External viewers are spawned differently, in ways which should prevent
  178.     them from causing AMosaic to crash
  179.  
  180. 12) Path names are dealt with properly, and a bad path will not cause
  181.     AMosaic to crash
  182.  
  183. 13) No more accesses to insti.physics.sunysb.edu -- all internal references
  184.     to AMosaic home pages, help pages, etc. now point to www.omnipresence.com.
  185.  
  186. This is the standard "Readme" for AMosaic 1.4beta:
  187.  
  188. AMosaic14beta
  189. -------------
  190.  
  191. As AMosaic2.0 is almost ready and the missing features (localfiles,
  192. installer script and prefs editor) are of minor importance for the
  193. preformance we have decided to release the same version as our
  194. betatesters have been testing. This version is called AMosaic1.4beta
  195. and it is still a beta (although almost all bugs are gone).
  196. This is the AS225 version. An AmiTCP version is available. A DNET
  197. version is not. It should be ready for the final release.
  198.  
  199. This archive (or parts of it) MAY NOT be uploaded to aminet or any other
  200. place that distributes Amiga software (eg big BBS'es, CDrom collections etc.)
  201. The reason for this is simple: We don't want this version to be mistaken
  202. for the final one.
  203.  
  204. Michael B. Smith
  205. for the AMosaic Development Team
  206.  
  207. ------------------------------------------------------------------------------
  208.  
  209. Usage:
  210. Just run this version instead of the old one.
  211. It will read your old hotlist and use your old config file.
  212.  
  213. There has been some additions to the env/prefs file:
  214.  
  215. TitleToWindow  True/False    ;Show the document title in the window title
  216. Buttons        Text/Images/Images&Text    ; The look of the tool bar.
  217. IsindexToForm  True/False        ; Show an <isindex> markup tag as a form.
  218.  
  219. Please note that the image cache is flushed every time the window is iconified.
  220. This is not a bug, it is a feature to avoid crashes when moving AMosaic
  221. between different screens.
  222.  
  223. You may wish to make sure, when doing forms, that you have at least
  224. 32K stack.
  225.  
  226. That's it
  227.